FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package ca.on.oh.corhealth#0.2.0-beta (62 ms)

Package ca.on.oh.corhealth
Type CapabilityStatement
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.oh.corhealth@0.2.0-beta&canonical=https://corhealth-ontario.ca/fhir/CapabilityStatement/corhealth-CapabilityStatement-Consumer
Url https://corhealth-ontario.ca/fhir/CapabilityStatement/corhealth-CapabilityStatement-Consumer
Status active
Date 2024-09-20
Name CorhealthConsumerFHIRCapabilityStatement
Title CorHealth FHIR Capability Statement
Experimental False
Realm ca
Description This is the FHIR capability statement for the CorHealth registry consumer
Purpose Main EHR capability statement, published for contracting and operational support
Copyright Copyright © Ontario Health
Kind capability

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-appointment CorHealth Appointment
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-diagnosticreport-procedure CorHealth DiagnosticReport Procedure
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-diagnosticreport CorHealth DiagnosticReport
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-healthcareservice-procedure CorHealth HealthcareService - Site Offlisting Procedure
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-healthcareservice-service CorHealth HealthcareService - Site Service
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation CorHealth Base Observation
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-organization CorHealth Organization
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-patient CorHealth Patient
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitioner CorHealth Practitioner
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitionerrole CorHealth Practitioner Role
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-procedure CorHealth Procedure
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest-retrieval CorHealth ServiceRequest Retrieval


Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "corhealth-CapabilityStatement-Consumer",
  "url" : "https://corhealth-ontario.ca/fhir/CapabilityStatement/corhealth-CapabilityStatement-Consumer",
  "name" : "CorhealthConsumerFHIRCapabilityStatement",
  "title" : "CorHealth FHIR Capability Statement",
  "status" : "active",
  "date" : "2024-09-20",
  "publisher" : "Ontario Health",
  "contact" : [
    {
      "name" : "Ontario Health",
      "telecom" : [
        {
          "system" : "email",
          "value" : "DigitalHealthStandards@ontariohealth.ca"
        }
      ]
    }
  ],
  "description" : "This is the FHIR capability statement for the CorHealth registry consumer",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CA",
          "display" : "Canada"
        }
      ]
    }
  ],
  "purpose" : "Main EHR capability statement, published for contracting and operational support",
  "copyright" : "Copyright © Ontario Health",
  "kind" : "capability",
  "fhirVersion" : "4.0.1",
  "format" : [
    "json",
    "xml"
  ],
  "rest" : [
    {
      "mode" : "client",
      "documentation" : "Support the retrieval of cardiac records from the CorHealth registry",
      "resource" : [
        {
          "type" : "Appointment",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-appointment",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by appointment identifier"
            }
          ]
        },
        {
          "type" : "DiagnosticReport",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-diagnosticreport",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by diagnostic report identifier"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Search by patient"
            }
          ],
          "searchInclude" : [
            "DiagnosticReport:subject",
            "DiagnosticReport:result",
            "DiagnosticReport:basedOn"
          ]
        },
        {
          "type" : "DiagnosticReport",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-diagnosticreport-procedure",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by diagnostic report identifier"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Search by patient"
            }
          ],
          "searchInclude" : [
            "DiagnosticReport:result"
          ],
          "searchRevInclude" : [
            "Procedure:report"
          ]
        },
        {
          "type" : "HealthcareService",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-healthcareservice-service",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "service-type",
              "type" : "token",
              "documentation" : "Search by service type provided by a site"
            },
            {
              "name" : "organization",
              "type" : "reference",
              "documentation" : "Search by organization / provided by"
            }
          ],
          "searchInclude" : [
            "HealthcareService:organization"
          ]
        },
        {
          "type" : "HealthcareService",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-healthcareservice-procedure",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "service-type",
              "type" : "token",
              "documentation" : "Search by offlisting procedure type provided by a site "
            },
            {
              "name" : "organization",
              "type" : "reference",
              "documentation" : "Search by organization / provided by"
            }
          ],
          "searchInclude" : [
            "HealthcareService:organization"
          ]
        },
        {
          "type" : "Organization",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-organization",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by organization identifier"
            }
          ],
          "searchRevInclude" : [
            "OrganizationAffiliation:primary-organization",
            "OrganizationAffiliation:participating-organization",
            "PractitionerRole:organization",
            "ServiceRequest:supportingInfo",
            "ServiceRequest:performer"
          ]
        },
        {
          "type" : "OrganizationAffiliation",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-organizationaffiliation",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "primary-organization",
              "type" : "token",
              "documentation" : "Search by primary organization"
            },
            {
              "name" : "participating-organization",
              "type" : "token",
              "documentation" : "Search by participating organization"
            }
          ],
          "searchInclude" : [
            "OrganizationAffiliation:primary-organization",
            "OrganizationAffiliation:participating-organization"
          ]
        },
        {
          "type" : "Patient",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-patient",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by patient identifier"
            }
          ],
          "searchRevInclude" : [
            "DiagnosticReport:subject",
            "Observation:subject",
            "Procedure:subject",
            "ServiceRequest:subject"
          ]
        },
        {
          "type" : "Practitioner",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitioner",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by practitioner identifier"
            }
          ],
          "searchRevInclude" : [
            "PractitionerRole:practitioner",
            "Procedure:performer",
            "ServiceRequest:performer",
            "ServiceRequest:requester"
          ]
        },
        {
          "type" : "PractitionerRole",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitionerrole",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "practitioner",
              "type" : "token",
              "documentation" : "Search by practitioner role practitioner"
            },
            {
              "name" : "organization",
              "type" : "token",
              "documentation" : "Search by practitioner role organization"
            }
          ],
          "searchInclude" : [
            "PractitionerRole:practitioner",
            "PractitionerRole:organization"
          ]
        },
        {
          "type" : "Procedure",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-procedure",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by procedure identifier"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Search by patient"
            },
            {
              "name" : "report",
              "type" : "reference",
              "documentation" : "Search by report"
            }
          ],
          "searchInclude" : [
            "Procedure:subject",
            "Procedure:report",
            "Procedure:performer",
            "Procedure:basedOn"
          ]
        },
        {
          "type" : "ServiceRequest",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest-retrieval",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by service request identifier"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Search by patient"
            },
            {
              "name" : "supportingInfo",
              "type" : "reference",
              "documentation" : "Search by supporting information (Observation, Organization)"
            }
          ],
          "searchInclude" : [
            "ServiceRequest:performer",
            "ServiceRequest:requester",
            "ServiceRequest:supportingInfo"
          ],
          "searchRevInclude" : [
            "Procedure:basedOn",
            "Appointment:basedOn",
            "DiagnosticReport:basedOn"
          ]
        },
        {
          "type" : "Observation",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by observation identifier"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Search by patient"
            }
          ],
          "searchInclude" : [
            "Procedure:performer"
          ],
          "searchRevInclude" : [
            "ServiceRequest:supportingInfo",
            "DiagnosticReport:result"
          ]
        }
      ]
    }
  ],
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.